Feature: Change the site description
Scenarios
|
Chart |
Status Progress |
||||
|---|---|---|---|---|---|
|
1
|
|
||||
| Total duration: | |||||
| 0m 30.182s |
Scenario: As a user I want to change the description to update the web site
Given
I navigate to page "http://localhost:2368/ghost/"
0m 4.034s
When
I enter "" into input field having css selector ".email"
0m 2.301s
When
I enter "" into input field having css selector ".password"
0m 2.205s
When
I click on element having css selector ".login"
0m 2.177s
When
I navigate to page "http://localhost:2368/ghost/#/settings/general"
0m 2.303s
When
I click on element having css selector ".gh-setting-first .gh-setting-action"
0m 2.167s
When
I click on element having css selector "div.description-container>input.gh-input"
0m 2.110s
When
I clear input field having css selector "div.description-container>input.gh-input"
0m 2.081s
When
I enter "$name_1" into input field having css selector "div.description-container>input.gh-input"
0m 3.629s
When
I click on element having css selector ".view-actions>.gh-btn-blue"
0m 2.162s
When
I wait
0m 5.005s
Then
I should see text "Saved"
0m 0.009s
Screenshots
Given I navigate to page "http://localhost:2368/ghost/"
When I enter "" into input field having css selector ".email"
When I enter "" into input field having css selector ".password"
When I click on element having css selector ".login"
When I navigate to page "http://localhost:2368/ghost/#/settings/general"
When I click on element having css selector ".gh-setting-first .gh-setting-action"
When I click on element having css selector "div.description-container>input.gh-input"
When I clear input field having css selector "div.description-container>input.gh-input"
When I enter "$name_1" into input field having css selector "div.description-container>input.gh-input"
When I click on element having css selector ".view-actions>.gh-btn-blue"
When I wait
Then I should see text "Saved"